home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / LISTMANA / __TESTER / FILELIST.H < prev    next >
Text File  |  1989-06-22  |  524b  |  24 lines

  1. /****/
  2. /**** File List Window information */
  3. /****/
  4.  
  5. #define    MAX_X            2
  6. #define    MAX_Y            20
  7.  
  8. typedef struct
  9. {
  10.     PicHandle                        folderIcon;
  11.     PicHandle                        fileIcon;
  12.     NewListHandle                    nlh;
  13. } FileWindowInfo;
  14.  
  15. void FileListHandlerNew();
  16. void FileListHandlerHit(int *hit);
  17. void FileListHandlerClose();
  18. void FileListHandler(int mess,unsigned char *data);
  19. pascal void FileListHandlerUpdate();
  20. void FileListHandlerSetupList(FileWindowInfo *fwi);
  21. void FileListHandlerActivate(int act);
  22. void FileListHandlerGrow();
  23.  
  24. #define    ListBox            1